home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(press).as next >
Text File  |  2010-05-15  |  82b  |  7 lines

  1. on(press){
  2.    if(_root.cash >= 50)
  3.    {
  4.       _root.clicked.start();
  5.    }
  6. }
  7.